home *** CD-ROM | disk | FTP | other *** search
/ LearnKey: Learning Windows 98 / Learning Windows 98.iso / setup.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1999-05-18  |  7.8 KB  |  328 lines

  1. object Form1: TForm1
  2.   Left = 365
  3.   Top = 290
  4.   BorderStyle = bsSingle
  5.   ClientHeight = 301
  6.   ClientWidth = 549
  7.   Color = clSilver
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 22
  19.     Top = 18
  20.     Width = 400
  21.     Height = 79
  22.     AutoSize = False
  23.     Caption = 'Welcome To LearnKey'#39's "Splash"'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -27
  27.     Font.Name = 'Times New Roman'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     Transparent = True
  31.     WordWrap = True
  32.   end
  33.   object Label2: TLabel
  34.     Left = 20
  35.     Top = 16
  36.     Width = 400
  37.     Height = 79
  38.     AutoSize = False
  39.     Caption = 'Welcome To LearnKey'#39's "Splash"'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWhite
  42.     Font.Height = -27
  43.     Font.Name = 'Times New Roman'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     Transparent = True
  47.     WordWrap = True
  48.   end
  49.   object VersionLabel: TLabel
  50.     Left = 2
  51.     Top = 76
  52.     Width = 39
  53.     Height = 13
  54.     Caption = '3.0.5.83'
  55.     Visible = False
  56.   end
  57.   object Panel1: TPanel
  58.     Left = 56
  59.     Top = 56
  60.     Width = 313
  61.     Height = 175
  62.     BevelInner = bvLowered
  63.     Color = clSilver
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clWindowText
  66.     Font.Height = -11
  67.     Font.Name = 'Times New Roman'
  68.     Font.Style = []
  69.     ParentFont = False
  70.     TabOrder = 0
  71.     Visible = False
  72.     object Label3: TLabel
  73.       Left = 8
  74.       Top = 16
  75.       Width = 59
  76.       Height = 19
  77.       Caption = 'Install To:'
  78.       Font.Charset = ANSI_CHARSET
  79.       Font.Color = clBlack
  80.       Font.Height = -16
  81.       Font.Name = 'Times New Roman'
  82.       Font.Style = []
  83.       ParentFont = False
  84.       Transparent = True
  85.     end
  86.     object Edit1: TEdit
  87.       Left = 8
  88.       Top = 36
  89.       Width = 299
  90.       Height = 23
  91.       Font.Charset = ANSI_CHARSET
  92.       Font.Color = clWindowText
  93.       Font.Height = -13
  94.       Font.Name = 'Times New Roman'
  95.       Font.Style = []
  96.       ParentFont = False
  97.       TabOrder = 0
  98.       Text = 'c:\program files\learnkey\Velocity'
  99.     end
  100.     object Button2: TButton
  101.       Left = 101
  102.       Top = 65
  103.       Width = 111
  104.       Height = 25
  105.       Caption = 'Change Directory'
  106.       Font.Charset = ANSI_CHARSET
  107.       Font.Color = clWindowText
  108.       Font.Height = -13
  109.       Font.Name = 'Times New Roman'
  110.       Font.Style = []
  111.       ParentFont = False
  112.       TabOrder = 1
  113.       OnClick = Button2Click
  114.     end
  115.     object Button1: TButton
  116.       Left = 48
  117.       Top = 106
  118.       Width = 217
  119.       Height = 47
  120.       Caption = 'Install'
  121.       Font.Charset = ANSI_CHARSET
  122.       Font.Color = clWindowText
  123.       Font.Height = -24
  124.       Font.Name = 'Times New Roman'
  125.       Font.Style = []
  126.       ParentFont = False
  127.       TabOrder = 2
  128.       OnClick = Button1Click
  129.     end
  130.   end
  131.   object Panel2: TPanel
  132.     Left = 94
  133.     Top = 30
  134.     Width = 313
  135.     Height = 239
  136.     BevelInner = bvLowered
  137.     Color = clSilver
  138.     Font.Charset = DEFAULT_CHARSET
  139.     Font.Color = clWindowText
  140.     Font.Height = -11
  141.     Font.Name = 'Times New Roman'
  142.     Font.Style = []
  143.     ParentFont = False
  144.     TabOrder = 1
  145.     Visible = False
  146.     object Label9: TLabel
  147.       Left = 8
  148.       Top = 6
  149.       Width = 295
  150.       Height = 67
  151.       AutoSize = False
  152.       Caption = 
  153.         'To purchase and install one or more of these products, please se' +
  154.         'lect the appropriate checkbox and click on the Unlock button.'
  155.       Font.Charset = DEFAULT_CHARSET
  156.       Font.Color = clWindowText
  157.       Font.Height = -16
  158.       Font.Name = 'Times New Roman'
  159.       Font.Style = [fsBold]
  160.       ParentFont = False
  161.       WordWrap = True
  162.     end
  163.     object CheckListBox1: TCheckListBox
  164.       Left = 6
  165.       Top = 70
  166.       Width = 301
  167.       Height = 125
  168.       ItemHeight = 14
  169.       Items.Strings = (
  170.         '1'
  171.         '2'
  172.         '3'
  173.         '4'
  174.         '5'
  175.         '6'
  176.         '7'
  177.         '8'
  178.         '9')
  179.       TabOrder = 0
  180.     end
  181.     object ExitButton: TButton
  182.       Left = 121
  183.       Top = 202
  184.       Width = 75
  185.       Height = 25
  186.       Caption = 'Ok'
  187.       TabOrder = 1
  188.       Visible = False
  189.       OnClick = ExitButtonClick
  190.     end
  191.     object Unlock: TButton
  192.       Left = 122
  193.       Top = 203
  194.       Width = 75
  195.       Height = 25
  196.       Caption = 'Unlock'
  197.       TabOrder = 2
  198.       Visible = False
  199.       OnClick = UnlockClick
  200.     end
  201.   end
  202.   object Panel3: TPanel
  203.     Left = 42
  204.     Top = 90
  205.     Width = 309
  206.     Height = 157
  207.     BevelInner = bvLowered
  208.     Color = clSilver
  209.     Font.Charset = DEFAULT_CHARSET
  210.     Font.Color = clWindowText
  211.     Font.Height = -11
  212.     Font.Name = 'Times New Roman'
  213.     Font.Style = []
  214.     ParentFont = False
  215.     TabOrder = 2
  216.     Visible = False
  217.     object Label5: TLabel
  218.       Left = 16
  219.       Top = 6
  220.       Width = 285
  221.       Height = 45
  222.       AutoSize = False
  223.       Caption = 
  224.         'Please call LearnKey at 800-865-0165 to get the unlocking soluti' +
  225.         'on.'
  226.       Font.Charset = DEFAULT_CHARSET
  227.       Font.Color = clWindowText
  228.       Font.Height = -19
  229.       Font.Name = 'Times New Roman'
  230.       Font.Style = []
  231.       ParentFont = False
  232.       WordWrap = True
  233.     end
  234.     object Label6: TLabel
  235.       Left = 16
  236.       Top = 52
  237.       Width = 62
  238.       Height = 19
  239.       Caption = 'Sequence:'
  240.       Font.Charset = DEFAULT_CHARSET
  241.       Font.Color = clWindowText
  242.       Font.Height = -16
  243.       Font.Name = 'Times New Roman'
  244.       Font.Style = []
  245.       ParentFont = False
  246.     end
  247.     object Label4: TLabel
  248.       Left = 89
  249.       Top = 52
  250.       Width = 173
  251.       Height = 21
  252.       Caption = 'Label4 rewi urioew urie'
  253.       Font.Charset = DEFAULT_CHARSET
  254.       Font.Color = clWindowText
  255.       Font.Height = -19
  256.       Font.Name = 'Times New Roman'
  257.       Font.Style = []
  258.       ParentFont = False
  259.     end
  260.     object Label7: TLabel
  261.       Left = 16
  262.       Top = 80
  263.       Width = 52
  264.       Height = 19
  265.       Caption = 'Solution:'
  266.       Font.Charset = DEFAULT_CHARSET
  267.       Font.Color = clWindowText
  268.       Font.Height = -16
  269.       Font.Name = 'Times New Roman'
  270.       Font.Style = []
  271.       ParentFont = False
  272.     end
  273.     object Submit: TButton
  274.       Left = 106
  275.       Top = 118
  276.       Width = 75
  277.       Height = 25
  278.       Caption = 'Submit'
  279.       TabOrder = 0
  280.       OnClick = SubmitClick
  281.     end
  282.     object Edit2: TMaskEdit
  283.       Left = 89
  284.       Top = 78
  285.       Width = 150
  286.       Height = 27
  287.       AutoSize = False
  288.       EditMask = 'AAAA\-AAAA;'
  289.       Font.Charset = ANSI_CHARSET
  290.       Font.Color = clWindowText
  291.       Font.Height = -19
  292.       Font.Name = 'Times New Roman'
  293.       Font.Style = []
  294.       MaxLength = 9
  295.       ParentFont = False
  296.       TabOrder = 1
  297.       Text = '3432-4324'
  298.     end
  299.   end
  300.   object Timer1: TTimer
  301.     Enabled = False
  302.     Left = 16
  303.     Top = 112
  304.   end
  305.   object BrowseFolder1: TBrowseFolder
  306.     Directory = 
  307.       #0':\WINNT\Profiles\Administrator\Desktop'#0'∩┐╜'#0#0#0'Next'#20#0#0#0'∩┐╜'#0#0#0#16'∩┐╜'#2'P'#0#0#0#0 +
  308.       #0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#8#1#0#0#0#0#0#0'8'#0#0#0' '#0#0#0';'#0#0#0#13#0#0#0'∩┐╜'#8#0#1#1#1#1#0#0#0#0#0#4#39#3#1'L%'#3#1 +
  309.       #15#0#0'∩┐╜'#0#0'∩┐╜∩┐╜'#0#0#0#0#0#0#0#0'∩┐╜∩┐╜∩┐╜∩┐╜'#0#0#1#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 +
  310.       #0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'h%'#3#1#0#0#0#0#1#1#0#1'<∩┐╜'#3#1'∩┐╜∩┐╜'#2#1#28#0#0#0'p'#17#12'P'#2#0#0#0 +
  311.       #0#0#0#0
  312.     Title = 'Choose a directory:'
  313.     Flags = [bfFileSysDirsOnly, bfDontGoBelowDomain, bfStatusText]
  314.     ShowPathInStatusArea = True
  315.     RootFolder = foMyComputer
  316.     CustomButtonCaption = '&Path'
  317.     SyncCustomButton = True
  318.     Left = 395
  319.     Top = 28
  320.   end
  321.   object VerInfo: TVersionInfoResource
  322.     VersionLabel = VersionLabel
  323.     ShowResource = [pdCompanyName, pdFileDescription, pdInternalName, pdLegalCopyright, pdLegalTrademarks, pdOriginalFilename, pdProductName, pdProductVersion, pdComments, pdBuildFlags]
  324.     Left = 2
  325.     Top = 46
  326.   end
  327. end
  328.